From: Stefan Monnier Date: Sun, 1 Apr 2007 19:35:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~1195 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0cf9f936203a82864f99e8e7e4f539739c2818b9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a0af8cc104a..a3a7f0ba35b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-04-01 Stefan Monnier + + * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey + emacs-lisp-docstring-fill-column in emacs-lisp-mode. + + * newcomment.el (comment-search-forward): Discard comment starters + before point. + 2007-04-01 Guanpeng Xu * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay. @@ -7,16 +15,15 @@ * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table when downcasing. - * button.el (previous-button): Rewrite to account for adjacent - buttons. + * button.el (previous-button): Rewrite to account for adjacent buttons. 2007-04-01 J.D. Smith - * progmodes/idlwave.el (idlwave-auto-fill): Revert - paragraph-separate change. + * progmodes/idlwave.el (idlwave-auto-fill): + Revert paragraph-separate change. - * progmodes/idlw-shell.el (idlwave-shell-break-in): Simplify - module calc. + * progmodes/idlw-shell.el (idlwave-shell-break-in): + Simplify module calc. (idlwave-shell-set-bp-in-module): Compute module. 2007-03-31 Glenn Morris